google.golang.org/grpc.ClientConn.channelzID (field)

30 uses

	google.golang.org/grpc (current package)
		balancer_conn_wrappers.go#L271: 		channelz.Warningf(logger, ccb.cc.channelzID, "Channel switches to new LB policy %q, since the specified LB policy %q was not registered", PickFirstBalancerName, name)
		balancer_conn_wrappers.go#L274: 		channelz.Infof(logger, ccb.cc.channelzID, "Channel switches to new LB policy %q", name)
		balancer_conn_wrappers.go#L278: 		channelz.Errorf(logger, ccb.cc.channelzID, "Channel failed to build new LB policy %q: %v", name, err)
		balancer_conn_wrappers.go#L308: 		channelz.Warningf(logger, ccb.cc.channelzID, "acBalancerWrapper: NewSubConn: failed to newAddrConn: %v", err)
		clientconn.go#L167: 	cc.channelzID = channelz.RegisterChannel(&channelzChannel{cc}, pid, target)
		clientconn.go#L174: 			Desc:     fmt.Sprintf("Nested Channel(id:%d) created", cc.channelzID.Int()),
		clientconn.go#L178: 	channelz.AddTraceEvent(logger, cc.channelzID, 1, ted)
		clientconn.go#L179: 	cc.csMgr.channelzID = cc.channelzID
		clientconn.go#L263: 	channelz.Infof(logger, cc.channelzID, "Channel authority set to %q", cc.authority)
		clientconn.go#L291: 		ChannelzParentID: cc.channelzID,
		clientconn.go#L476: 	channelzID      *channelz.Identifier // Channelz identifier for the channel.
		clientconn.go#L631: 		channelz.Infof(logger, cc.channelzID, "ignoring service config from resolver (%v) and applying the default because service config is disabled", s.ServiceConfig)
		clientconn.go#L642: 					channelz.Infof(logger, cc.channelzID, "method configs in service config will be ignored due to presence of config selector")
		clientconn.go#L721: 	ac.channelzID, err = channelz.RegisterSubChannel(ac, cc.channelzID, "")
		clientconn.go#L1057: 			Desc:     fmt.Sprintf("Nested channel(id:%d) deleted", cc.channelzID.Int()),
		clientconn.go#L1061: 	channelz.AddTraceEvent(logger, cc.channelzID, 0, ted)
		clientconn.go#L1065: 	channelz.RemoveEntry(cc.channelzID)
		clientconn.go#L1552: 	channelz.Infof(logger, cc.channelzID, "original dial target is: %q", cc.target)
		clientconn.go#L1557: 		channelz.Infof(logger, cc.channelzID, "dial target %q parse failed: %v", cc.target, err)
		clientconn.go#L1559: 		channelz.Infof(logger, cc.channelzID, "parsed dial target is: %+v", parsedTarget)
		clientconn.go#L1572: 	channelz.Infof(logger, cc.channelzID, "fallback to scheme %q", defScheme)
		clientconn.go#L1577: 		channelz.Infof(logger, cc.channelzID, "dial target %q parse failed: %v", canonicalTarget, err)
		clientconn.go#L1580: 	channelz.Infof(logger, cc.channelzID, "parsed dial target is: %+v", parsedTarget)
		resolver_conn_wrapper.go#L114: 	channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: reporting error to cc: %v", err)
		resolver_conn_wrapper.go#L138: 	channelz.Infof(logger, ccr.cc.channelzID, "ccResolverWrapper: got new service config: %s", sc)
		resolver_conn_wrapper.go#L140: 		channelz.Info(logger, ccr.cc.channelzID, "Service config lookups disabled; ignoring config")
		resolver_conn_wrapper.go#L145: 		channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: error parsing service config: %v", scpr.Err)
		resolver_conn_wrapper.go#L175: 	channelz.Infof(logger, ccr.cc.channelzID, "Resolver state updated: %s (%v)", pretty.ToJSON(s), strings.Join(updates, "; "))
		stream.go#L632: 				channelz.Infof(logger, cs.cc.channelzID, "Server retry pushback specified to abort (%q).", sps[0])
		stream.go#L638: 			channelz.Warningf(logger, cs.cc.channelzID, "Server retry pushback specified multiple values (%q); not retrying.", sps)